Global Index
HTML5 JS API Index > Typed Arrays Tutorials & Specs

ArrayBuffer

Implements Transferable.

The ArrayBuffer type describes a buffer used to store data for the array buffer views.

Properties
unsigned longbyteLength
Constructor
ArrayBuffer(unsigned long length)
Operations
static booleanisView(any value)
ArrayBufferslice(long begin, optional long end)
Referenced by
ArrayBufferViewbuffer
BlobBlob(...)
DataViewDataView(...)
FileReaderresult
FileReaderSyncreadAsArrayBuffer(...)
Float32ArrayFloat32Array(...)
Float64ArrayFloat64Array(...)
Int16ArrayInt16Array(...)
Int32ArrayInt32Array(...)
Int8ArrayInt8Array(...)
Uint16ArrayUint16Array(...)
Uint32ArrayUint32Array(...)
Uint8ArrayUint8Array(...)
Uint8ClampedArrayUint8ClampedArray(...)